home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_p / pcblox10.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1993-09-01  |  927b  |  26 lines

  1. echo off
  2. cls
  3. echo   ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  4. echo   ▒                                ▒
  5. echo   ▒ Print the PC-BLOX User's Guide ▒
  6. echo   ▒                                ▒
  7. echo   ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  8. echo.
  9. echo.
  10. echo This will print out the PC-BLOX User's Guide. 
  11. echo The User's Guide is 30 pages long. It contains
  12. echo a number of illustrations created with ascii
  13. echo characters. Because of this, the User's Guide
  14. echo should be printed at 10 CPI and 6 lines per inch.
  15. echo This is the default setting for most printers.
  16. echo If you are using some other settings, or are
  17. echo using a proportional font, you should disable them.
  18. echo Simply switching your printer off and back on again
  19. echo will in most cases return your printer to the
  20. echo default settings.
  21. echo.
  22. ask Are you ready to print the User's Guide? [Y/N]
  23. if errorlevel 1 goto alldone
  24. type pc-blox.doc >prn
  25. :alldone
  26.